Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jittable mixed simulation #4

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

Gabriel-Bottrill
Copy link
Collaborator

@Gabriel-Bottrill Gabriel-Bottrill commented Jul 5, 2024

Context:
Jitting requires too much memory on larger circuits, by using scan through the circuit it will be made much faster and require much less memory.

Description of the Change:
Making gates applied using jax.lax.scan

Benefits:
Makes larger mixed simulations practically jittable

Possible Drawbacks:
Not meant to be pulled, would break many operations (any operation not specifically implemented.

Related GitHub Issues:

Copy link

github-actions bot commented Jul 5, 2024

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant